home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / KEPLA.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  134b  |  13 lines

  1. #ifndef _KEPLA_H_
  2. #define _KEPLA_H_
  3.  
  4. enum
  5. {
  6.     PLA_BIAS    = 10002, // real
  7.     PLA_CUBIC    = 10003, // bool
  8.  
  9.     PLA_DUMMY
  10. };
  11.  
  12. #endif
  13.